* {
  box-sizing: border-box; 
}
body .row { 
  margin: 0 auto !important;
  padding:0 !important; 
}
.categories_view {
    padding: 0; 
  }  
#company_edit_section .row {
    gap: 0px 8px;
} 
.cmp_address {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #0000002e;
  padding-bottom: 15px;
  margin-bottom: 10px !important;
  display: flex;
} 
.left_add {
  width: 85%;
}
.cmp_address .section-actions {
  width: 15%;
}
h3.card-title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #0000002e;
}
.icon {
  filter: grayscale(100%) brightness(0.6);
}
#form_location .iti, #EditLocation .iti {
  width: 100%;
  position: relative;
  /* margin-bottom: 18px;   */
}
#form_location .iti .inline-error , #EditLocation .iti .inline-error
 {
  position: absolute;
  top: 42px;
}
input#phone,input#edit_phone {
  border-radius: 0.375rem;  
}
#form_location .form-control,#EditLocation .form-control{   
  border-radius: 0.375rem;
  padding: 0.6rem;
}
.header_cls {
  background: var(--black);
  color: var(--white);
  padding: 6px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.input-group {
  margin-top: 10px; 
}
.header_cls nav a {
    color: #d1d5db;
    text-decoration: none;
    margin-right: 1rem;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding-bottom: 4px;
}
.header_cls nav a.active-tab {
  background:  var(--pink);
  color:#fff;
  border-radius: 6px;
  padding: 3px;
}

/* Hover */
.header_cls nav a:hover {
    color: #ffffff;
}

/* Active text color */
.header_cls nav a.active {
    color: #ffffff;
}

/* Underline effect */
.header_cls nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--pink);
    transition: width 0.3s ease;
}

/* Hover + Active underline */
.header_cls nav a:hover::after,
.header_cls nav a.active::after {
    width: 100%;
}

.btn.close
 {
   background: rgb(220, 10, 10);
   color:#fff;
 }
.requirement {
  color: #ff0000; 
}
button.btn.sub-hamburger.pt-3{
  display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
button.btn.sub-hamburger.pt-3:hover{
background: #fff !important;
}
.btn{
  background: var(--pink);
  color: var(--white);
  padding: 8px 32px;
  border: none;
  font-size: 12px;
  line-height: 1.1;
  border-radius: 20px;
  cursor: pointer !important;
  outline: 0 !important;
  box-shadow: unset !important;
} 
.btn.in_busy
{
  padding: 0px 10px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 1.1;
} 
span#pu-button
{
  width:140px; 
}
div#popupMessage {
  color: green;
  margin-bottom: 10px;
  margin-top: 0px !important;  
}
.loading_msg {
display: flex;
align-items: center;
} 
.loading_msg p
{
  margin: 0px 0 0 6px;
  font-size: 16px;
  line-height: 1.2;
}   
.user_dashboard_container p
{
    margin-bottom:0px; 
    font-size: 14px;
    line-height: 1.6;
}
label.form-label {
width: 100% !important;
}
.input-group {
margin-top: 10px; 
}  
.required_field 
{
  color:#ff0000;
}
.btn:hover {
 background:var(--light-pink) !important;  
 opacity: 0.7;
  color: #fff;
  cursor: pointer;
}
.user_dashboard_container {
  max-width: 1200px;
  margin: auto;
  width:100%; 
}  
.user_dashboard_container .card {
  border: 1px solid #ddd !important;
  position: relative;
  background: #fff; 
  border-radius: 0px !important; 
  padding: 15px !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
  line-height: 1.0;
  margin-bottom: 10px !important;
}

.card h3 {
  margin-top: 0;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-icons {
  font-size: 0.9rem;
}
.icon-btn {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 1rem;
  margin-left: 6px;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.col {
  flex: 1;
  min-width: 280px;
}
input[type="text"],
input[type="email"] {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
}
.tag {
  display: inline-flex;
  align-items: center;
  background-color: var(--pink);
  color: #fff;
  font-size: 12px;  
  border-radius: 9999px;
  padding: 2px 12px;
}  
.tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0.5rem;
} 
.tag-pill {
  display: inline-flex;
  align-items: center;
  background-color: var(--pink);
  color: #fff;
  font-size: 12px;  
  border-radius: 9999px;
  padding: 2px 12px;
}
.tag-pill .icon {
  margin-right: 6px;
  font-size: 16px;
}  
.subheading {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 10px;
}  
.published-label {
  background-color: #22c55e;
  color: white;
  font-size: 13px;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  margin-left: 10px;
}  
.section-actions {
  display: flex;
  align-items: center;
}  
.section-actions button {
  font-size: 0.9rem;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 0.4rem;
  color: #6b7280;
}
.title_head
{
  margin-bottom: 10px; 
}
.location_form
{
height: 450px;
overflow-y: scroll;
} 

.section-actions button:hover {
  color: #000;
}
.title_sec h2
{
  display:flex; 
}
.top_section {
    position: relative;
}
.close_btn
{
  float:right;
  cursor:pointer;
}

/*------------------------------ Publish Unpublish BG company code start ---------------------------------------*/  
.pu-button.in_busy {
  opacity: 0.6;
  pointer-events: none; 
}
.pu-button.unpublished
{
opacity: 0.6;
}
button.edit_icon {
position: relative;
bottom: 2px; 
} 
span#pu-button {
display: flex;
align-items: center;
justify-content: center;
}
.loading_pu
{
margin-left: 10px; 
}
/*------------------------------ Publish Unpublish BG company code end ---------------------------------------*/  

/*-------------------Logo Upload section Start------------------------*/

#BgcAddLogo .logo_instruction {
  font-size: 13px !important;
  line-height: 1.5 !important; 
}

button#upload_featured_image {
  margin-top: 30px;
}
.logo_loading_msg {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 5px; 
}
.logo_loading_msg p {
font-size: 14px;
font-weight: 600;
} 
.logo_loading_msg p
{
margin:0px;
}
.logo_loading_msg img{ 
 margin-right: 3px;
}
.logo_preview
{
max-width: 200px;
width: 100%; 
}
.pull-right {
float: right !important; 
}
.image_logo_sec
{
position: relative; 
}

span.logo_edit {
position: absolute;
right: 0;
color: #000;
padding: 7px;
font-size: 12px;
cursor: pointer; 
}
.error-field {
border: 1px solid red;
background-color: #fff0f0;
} 
.inline-error {
color: red;
margin-top: 4px;
display: block; 
width: 100%;
font-size: 13px;
}
.error-highlight {
border: 2px solid red !important;
background-color: #ffe5e5;
} 
/*-------------------Logo Upload section End--------------------------*/

#AddEditor .form-group {
  margin-bottom: 5px;
}
/*
div#company_edit_section .row {
   gap: 10px; 
} */
div#company_edit_section 
{
  margin-top:10px; 
}
/*-----------------Location add section css Start--------------------*/
#addLocMessage .logo_loading_msg {
  justify-content: left;
}
.loc_loop_address {
  font-size: 14px;
  line-height: 1.6;
}
.user_dashboard_container .form-group {
  font-size: 14px;
} 
.user_dashboard_container .form-control
{
 font-size: 14px; 
}
.user_dashboard_container .company_loc {
  max-height: 407px;
  overflow-y: auto;
  padding-right: 15px; 
}
textarea#print_discription {
    width: 100%;
    min-height: 200px;
    border: 0;
}

/*-----------------Location add section css End--------------------*/

/*------------------social media css add start-------------------*/
button.btn.btn-primary.update-social-btn:disabled {
  padding: 1px 10px !important;
  background: var(--light-pink) !important; 
}
button.btn.btn-primary.update-social-btn:disabled p
{
  color:#fff !important;
}
/*------------------social media css add end-------------------*/
/*-----------------------Categories css code start ----------------*/
.no-pad-left { 
  padding-left: 0 !important;
}
ul.no-pad-left.cat_dash li {
margin-left: 15px;
}
.user_dashboard_container .no_cus_gap
{
gap: 0 ;
}
.user_dashboard_container ol, .user_dashboard_container ul {
  padding-left: 15px;
  margin-bottom: 15px;
}
ul.row.no-pad-left.mb-2.no_cus_gap {
margin-left: 10px !important;
margin-top: 10px !important;
margin-bottom: 10px !important;  
}
.c_cat {
  font-size: 14px;
} 
span.mark_right {
  position: absolute;
  right: 0;
}
.mar-Left.c_cat {
  position: relative;
  padding-left: 23px;
  padding-right: 0;
}  
.no_cus_gap.password-help li:before {
  display: none;
}
.password-help .password-help li:before { 
  display: block;
}
.tag-container .password-help li:before {
  position: absolute;
  content: '';
  background: none !important;
  border-bottom: 2px solid #aaa;
  border-right: 2px solid #aaa;
  transform: rotate(45deg);
  width: 5px;
  height: 10px;
  left: 10px;
  top: 3px;
} 
.password-help .password-help li
{
  padding-left: 23px !important;
} 
.tag-container .password-help li { 
  margin-bottom: 7px !important;
  font-size: 14px; 
    padding: 0;
    width:auto;
}
.mar-Left.c_cat strong {
  font-size: 16px;
}
.directory-term-list {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

/*-----------------------Categories css code end ----------------*/
.btn.btn-sm {
  padding: 5px 0px;
  width: 40px;
} 
span.dashicons.dashicons-edit { 
  color: #000;
}  
.cmp_address span.dashicons.dashicons-edit {
  color: #fff;
}  
/*---------------------------Editor List start-----------------------*/
.editor-card {
  position: relative;
  margin-bottom: 20px;
  line-height: 1.0;
}  
.editor_content {
  padding-left: 30px;
}
.editor-card span.dashicons.dashicons-arrow-right-alt {
  position: absolute;
  top: 8px;
}
.editor-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #000;
  font-weight: 600; 
}
.editor-card a {
  font-size: 14px;
  color: #000;
  text-decoration: none; 
}
.editor-card a:hover {
  text-decoration: underline;
}
.editor_list
 {
    max-height: 250px;
    overflow-y: auto;  
    padding-right: 15px;
}

/*---------------------------Editor List end-----------------------*/
#updated_page_content {
    max-height: 250px;
    overflow-y: auto;
    padding-right: 15px; 
  }
#print_description{
 max-height: 255px;
    overflow-y: auto;
    padding-right: 15px; 
}
.mobile-only {
        display: none;
    }
@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }

    .mobile-only {
        display: block;
    }
}



.pac-container {
    z-index: 99999 !important;
}

  i.fa.fa-info-circle.text-primary {
  font-size: 16px;
  color: var(--pink)!important;
  transition: transform 0.2s ease, color 0.2s ease;
}

i.fa.fa-info-circle.text-primary:hover {
  transform: scale(1.1);
}

.row.company-cards {
    align-items: flex-start;
}

.custom-tooltip-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}

/* HIDDEN BY DEFAULT */
.custom-tooltip {
  position: absolute;
  bottom: 100%;               /* position above */
  left: 50%;
  transform: translateX(-50%) translateY(-6px);

  background: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 9999;
}

/* SHOW ON HOVER */
.custom-tooltip-wrapper:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-10px);
}
